declare const readStdin: () => Promise; declare const assembleQuery: (query: string, fileContent: string) => Promise; export { assembleQuery, readStdin };