import { IShareDocument, IShareModel } from "./sharesTypes"; export declare function findOneOrCreate(this: IShareModel, { uId, symbol }: { uId: string; symbol: string; }): Promise; export declare function allHeldByUser(this: IShareModel, { uId }: { uId: string; }): Promise; //# sourceMappingURL=sharesStatics.d.ts.map