import { ReadonlyStore, SymbolsType } from '../sdk';
export declare function generatePicks(this: ReadonlyStore, wellboreId: string, stratColumnId: string, fromMsl?: number, baseRadius?: number): Promise<SymbolsType | null>;
