import { GCIds } from '.';
export declare class SchemaGCService {
    run(source: string): Promise<GCIds>;
}
