import { EndpointARN } from "@smithy/types"; export declare const parseArn: (value: string) => EndpointARN | null;