export declare class ContentPageAggregation {
    match(status: any): Promise<{
        $match: {
            type: any;
        };
    }>;
}
