export declare const getPgn: (num: number) => import("@canboat/ts-pgns").Definition[] | undefined;
export declare const customPgns: any;
export declare const addCustomPgns: (pgns: any, setter: any) => void;
export declare const getCustomPgn: (pgnNum: number) => any;
//# sourceMappingURL=pgns.d.ts.map