import type WritableInput from "#WritableInput"; export default interface Native { arrayBuffer(path: string): Promise; json(path: string): Promise; stream(path: string): ReadableStream; text(path: string): Promise; size(path: string): Promise; write(path: string, input: WritableInput): Promise; } //# sourceMappingURL=type.d.ts.map