export declare const DISTINCT_ENTITIES: (schema: string) => string; export declare const ACTIVE_GRAPH_TOPICS = "SELECT DISTINCT graph_topic FROM lt_yaml_workflows WHERE app_id = $1 AND status IN ('active', 'deployed')"; export declare const COUNT_JOBS: (schema: string, where: string) => string; export declare const GET_JOB: (schema: string) => string; export declare const GET_JOB_ATTRIBUTES: (schema: string) => string; export declare const LIST_JOBS: (schema: string, appId: string, where: string, limitIdx: number, offsetIdx: number, orderBy?: string) => string;