export declare const getCapt: (id: string, w: number, h: number, quolity?: number) => string | null;
