import { LayerrOptions } from "./types.js"; export declare function parseArguments(args: Array): { options: LayerrOptions; shortMessage: string; };