export interface SourceQuery {
    readStart(): void;
}
