/** * Returns the confined absolute path and the file's bytes. * * Throws naming the offending file and the limit when the file is over the cap, * and naming the path when it is outside the account directory or unreadable. */ export declare function readPutSource(srcPath: string): { path: string; bytes: Buffer; }; //# sourceMappingURL=put-source.d.ts.map